NAsyncTask<TResult> Class Members
In This Topic
The following tables list the members exposed by NAsyncTask<TResult>.
Public Constructors
Public Fields
| Name | Description |
 | Promise | The task promise |
Top
Public Properties
| Name | Description |
 | Exception | Shortcut to Promise.Result |
 | Result | Shortcut to Promise.Result |
Top
Public Methods
| Name | Description |
 | GetPromise | Gets the promise associated with the task |
 | GetTitle | Gets a human readable title of the task |
 | TryStartTask | Tries to start the task |
Top
Protected Events
| Name | Description |
 | KfWd | |
Top
See Also